to_text

pure function to_text(): text

Converts this big_integer to a decimal string representation.

Since

0.12.0


pure function to_text(radix: integer): text

Converts this big_integer to a string representation with a specific base (radix, from 2 to 36).

Since

0.12.0

Parameters

radix

The radix to be used in the conversion. Must be between 2 and 36.